DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.DataConnector.AdoNet Namespace / C1RowUpdatingEventArgs<TCommandImpl> Class / Command Property

In This Topic
    Command Property (C1RowUpdatingEventArgs<TCommandImpl>)
    In This Topic
    Syntax
    'Declaration
     
    Public Shadows Property Command As TCommandImpl
    public new TCommandImpl Command {get; set;}
    See Also